/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2212                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    arch        "LSB;label=32;scalar=64";
    class       polyBoundaryMesh;
    location    "constant/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

4
(
    farfield
    {
        type            patch;
        inGroups        1(patch);
        nFaces          300;
        startFace       119500;
    }
    wall
    {
        type            wall;
        inGroups        1(wall);
        nFaces          300;
        startFace       119800;
    }
    symmetry
    {
        type            symmetry;
        inGroups        1(symmetry);
        nFaces          400;
        startFace       120100;
    }
    frontAndBackPlanes
    {
        type            empty;
        inGroups        1(empty);
        nFaces          120000;
        startFace       120500;
    }
)

// ************************************************************************* //
